/* line 17, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../tools/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 5, ../sass/ev-movie.scss */
body {
  background: #1b0000;
  margin: 0;
  padding: 0;
  width: 1024px;
  height: 950px;
  overflow-y: scroll;
  margin: 0 auto;
}

/* line 9, ../sass/ev-movie.scss */
.wrapper {
  position: relative;
}

/* line 11, ../sass/ev-movie.scss */
.wrap, #p1, #p2, #p3 {
  width: 1007px;
  height: 900px;
  background: left top;
  background-repeat: no-repeat;
  /* margin-bottom:50px; */
}

/* line 14, ../sass/ev-movie.scss */
#p1, #p2, #p3 {
  height: 900px;
}

/* line 15, ../sass/ev-movie.scss */
.box {
  width: 1024px;
  height: 2700px;
  overflow-y: scroll;
  /* overflow-x:hidden; */
  position: relative;
}

/* line 18, ../sass/ev-movie.scss */
h1, h2, p {
  display: none;
}

/* line 23, ../sass/ev-movie.scss */
#moviePost {
  position: fixed;
  top: 15px;
  width: 520px;
  padding: 0 0 0 25px;
  z-index: 2;
}
/* line 25, ../sass/ev-movie.scss */
#moviePost .post {
  margin: 15px 25px 0 0;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}

/* line 28, ../sass/ev-movie.scss */
#submit01 {
  width: 150px;
  margin: 580px 0 0 790px;
}

/* line 29, ../sass/ev-movie.scss */
#submit02 {
  margin: 72px 0 0 600px;
}

/* line 31, ../sass/ev-movie.scss */
.toVeido {
  margin: 300px 0 0 600px;
}

/* line 32, ../sass/ev-movie.scss */
.fbshare {
  margin: 120px 0 0 600px;
}

/* line 34, ../sass/ev-movie.scss */
.btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  background: #000;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  line-height: 36px;
  width: 345px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px #b7572d;
  background: #0e0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0e0e0e 0%, #333333 91%, #7d7e7d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e0e0e), color-stop(91%, #333333), color-stop(100%, #7d7e7d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0e0e0e 0%, #333333 91%, #7d7e7d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0e0e0e 0%, #333333 91%, #7d7e7d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0e0e0e 0%, #333333 91%, #7d7e7d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0e0e0e 0%, #333333 91%, #7d7e7d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: 2px 0px 6px #ff3000;
  -webkit-box-shadow: 2px 0px 6px #ff3000;
  box-shadow: 0px 2px 6px white;
}
/* line 55, ../sass/ev-movie.scss */
.btn:hover {
  background: #470719;
  /* Old browsers */
  background: -moz-linear-gradient(top, #470719 3%, #420f00 17%, #060211 88%, #38010d 95%, #4c2d2d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #470719), color-stop(17%, #420f00), color-stop(88%, #060211), color-stop(95%, #38010d), color-stop(100%, #4c2d2d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #470719 3%, #420f00 17%, #060211 88%, #38010d 95%, #4c2d2d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #470719 3%, #420f00 17%, #060211 88%, #38010d 95%, #4c2d2d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #470719 3%, #420f00 17%, #060211 88%, #38010d 95%, #4c2d2d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #470719 3%, #420f00 17%, #060211 88%, #38010d 95%, #4c2d2d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#470719', endColorstr='#4c2d2d',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: 2px 0px 6px #ff3000;
  -webkit-box-shadow: 2px 0px 6px #ff3000;
  box-shadow: 0px 2px 6px #ff3000;
  color: #ff3000;
}
/* line 72, ../sass/ev-movie.scss */
.btn img {
  margin: 5px;
  vertical-align: middle;
}

/* line 75, ../sass/ev-movie.scss */
.more {
  position: absolute;
  right: 124px;
  top: 2400px;
}
/* line 75, ../sass/ev-movie.scss */
.more:hover {
  top: 2399px;
}

/* line 76, ../sass/ev-movie.scss */
#p1 {
  background: url(../img/ed01.jpg);
}

/* line 77, ../sass/ev-movie.scss */
#p2 {
  background: url(../img/ed02.jpg);
}

/* line 78, ../sass/ev-movie.scss */
#p3 {
  background: url(../img/ed03.jpg);
}

/* line 80, ../sass/ev-movie.scss */
form {
  display: block;
  margin: 0 0 0 610px;
  padding-top: 205px;
  width: 350px;
}
/* line 81, ../sass/ev-movie.scss */
form input {
  display: block;
}
/* line 83, ../sass/ev-movie.scss */
form .radio {
  height: 18px;
  margin: 5px 0 0 155px;
  height/*\**/: 12px\9;
}
/* line 88, ../sass/ev-movie.scss */
form .text, form .email, form #fburl-mv {
  line-height: 35px;
  height: 35px;
  margin: 0 0 15px 32px;
  width: 300px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
}
/* line 91, ../sass/ev-movie.scss */
form #name-mv {
  width: 220px;
  margin-left: 85px;
}
/* line 92, ../sass/ev-movie.scss */
form #email-mv {
  width: 280px;
  margin-left: 55px;
}
/* line 93, ../sass/ev-movie.scss */
form #address-mv {
  margin-bottom: 15px;
}
/* line 94, ../sass/ev-movie.scss */
form #fburl-mv {
  margin-bottom: 50px;
  margin-left: 75px;
}
/* line 97, ../sass/ev-movie.scss */
form .control-group {
  font-size: 12px;
}
/* line 97, ../sass/ev-movie.scss */
form .control-group a {
  color: #acfcff;
}
/* line 98, ../sass/ev-movie.scss */
form .send, form .cancel {
  width: 50px;
  padding: 3px;
  margin: -10px 24px 0 0;
  font-size: 16px;
  float: right;
}

/* line 101, ../sass/ev-movie.scss */
.fb {
  float: right;
}
